home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 000298_timbl@www3.cern.ch _Thu Nov 5 11:43:16 1992.msg < prev    next >
Internet Message Format  |  1994-01-24  |  2KB

  1. Return-Path: <timbl@www3.cern.ch>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA23489; Thu, 5 Nov 92 11:43:16 MET
  4. Received: by dxmint.cern.ch (dxcern) (5.57/3.14)
  5.     id AA24644; Thu, 5 Nov 92 11:55:31 +0100
  6. Received: by www3.cern.ch (NX5.67c/NX3.0S)
  7.     id AA02662; Thu, 5 Nov 92 11:52:33 +0100
  8. Date: Thu, 5 Nov 92 11:52:33 +0100
  9. From: Tim Berners-Lee <timbl@www3.cern.ch>
  10. Message-Id: <9211051052.AA02662@www3.cern.ch>
  11. Received: by NeXT.Mailer (1.87.1)
  12. Received: by NeXT Mailer (1.87.1)
  13. To: Jim Davis <davis@dri.cornell.edu>
  14. Subject: Re: improved printing of WWW files
  15. Cc: wei@xcf.berkeley.edu, www-talk@nxoc01.cern.ch
  16. Reply-To: timbl@nxoc01.cern.ch
  17.  
  18. >  Date: Wed, 4 Nov 1992 16:48:34 -0500
  19. >  From: Jim Davis <davis@dri.cornell.edu>
  20. >  
  21.  
  22. >  If you can't quite manage to live without hardcopy, you may
  23. >  wish sometimes to print WWW files.  I have written a couple
  24. >  of scripts to do this.  They are particularly useful with
  25. >  Pei Wei's excellent Viola WWW browser.
  26. >  
  27.  
  28. >  A tar archive is available for anonymous FTP:
  29. >  
  30.  
  31. >  dri.cornell.edu/pub/davis/print-www.tar
  32.  
  33. Also now available as info.cern.ch/pub/www/src/print-www.tar
  34.  
  35. > ...  
  36.  
  37. >  The hardest part was writing the perl script to obtain documents
  38. >  via http protocol - turns out you cant just run pipes through telnet.
  39. >
  40. Why not use "www -source" ?
  41.  
  42. You say, in print-www, that:
  43.  
  44. # It is intended to
  45. # be used from the Viola WWW browser but might he useful
  46. # elsewhere too
  47.  
  48. Of course it's great from the line mode browser too, in which you can say
  49.  
  50.     source | print-www
  51.  
  52. or just
  53.         setenv WWW_PRINT_COMMAND "print-www '%s' | lpr"
  54.  
  55. beforehand, and say PRINT in www.
  56.  
  57.  
  58. Thanks for a cleaning up the .sed file, and doing the thing properly.
  59.